@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@1,300&display=swap');

*
{
	margin:0;
	padding:0;
	box-sizing: border-box;
}

h1
{
    font-size: 36px;
}
body
{
	font-family: 'Nunito Sans', sans-serif;
	font-weight: bolder;
}

header
{
	width:100%;
	height:100px;
	background: #1A58AC;
	color: #fff;
	position: fixed;
	top:0;
	left:0;
	z-index: 100;
	
}

header h1
{
	font-family: 'Forte Regular', sans-serif;
	font-size:  44px;
	font-weight:200;
}
header h3
{
	font-family: 'Nunito Sans', sans-serif;
	font-size:  24px;
	font-weight: 100;
}

header .whatsapp
{
	text-decoration: none;
	font-size:32px;
	color: white;
}
header {
	display:flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 10px;
}
.contenedor
{
	width: 98%;
	margin:auto;
	cursor: pointer;
}

#datos
{}
	
	
#opciones
{	
	align-items: end;
}
h1
{
	float: left;
}

h2	{
	padding: 30px;
}

header .contenedor
{
	display: table;
}

section
{
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
}

#bienvenidos
{
	text-align: justify;
	
}

#bienvenidos p
{
	padding: 30px;
	line-height: 1.5em;
}

#bienvenidos li
{
	padding-left: 60px;
	padding-bottom: 20px;
	
}

#bienvenidos img
{
	float: right;
	width: 350px;
	margin: 20px;
}

footer .contenedor
{
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 25px;
}

footer a{
	color:green;
	text-decoration: none;
}
.copy
{
	font-size: 20px;
}

.sociales
{
	width: 100%;
	text-align: center;
	font-size: 36px;
}

.sociales a
{
	color: green;
	text-decoration: none;
}


#mail{
	
	padding:20px;
	align-content: left;
	line-height: 3em;

}

#mail form
{
	font-family: 'Nunito Sans', sans-serif;
}

#mail input{
	height: 30px;
	
}


#mail textarea{
	height: 80px;
	
}


@media (min-width: 768px)
{
	.sociales{
		width: auto;
	}
	footer .contenedor
	{
		justify-content: space-between;
	}
}

@media (min-width: 1024px){
	.contenedor 
	{
		width: 1000px;
	}
}



